home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00472.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  115 b   |  7 lines

  1. on mouseUp me
  2.   global p
  3.   repeat with p = 39 to 41
  4.     sprite(p).visible = not sprite(p).visible
  5.   end repeat
  6. end
  7.